type net.onlyValuesCtx
4 uses
net (current package)
lookup.go#L277: type onlyValuesCtx struct {
lookup.go#L282: var _ context.Context = (*onlyValuesCtx)(nil)
lookup.go#L285: func (ovc *onlyValuesCtx) Value(key any) any {
lookup.go#L299: return &onlyValuesCtx{Context: context.Background(), lookupValues: lookupCtx}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)